home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="iso-8859-1"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta name="GENERATOR" content="amaya 6.2, see http://www.w3.org/Amaya/" />
- <title>Structure Menu</title>
- <style type="text/css">
- </style>
- <link href="../style.css" rel="stylesheet" type="text/css" />
- </head>
-
- <body xml:lang="en" lang="en">
-
- <table border="0" summary="toc">
- <tbody>
- <tr>
- <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
- src="../../images/amaya.gif" /></td>
- <td><p><a href="buttons_and_types_menu.html" accesskey="p"><img
- alt="previous" src="../../images/left.gif" /></a> <a
- href="../Creating.html" accesskey="t"><img alt="top"
- src="../../images/up.gif" /></a> <a href="the_enter_key.html"
- accesskey="n"><img alt="next" src="../../images/right.gif" /></a></p>
- </td>
- </tr>
- </tbody>
- </table>
-
- <div id="page_body">
- <h1>Structure Menu</h1>
-
- <p>The <strong>Types</strong> menu enables you to create only elements that
- are part of the document <code><BODY></code>. To create elements in the
- document <code>HEAD</code>, use the <strong>Structure</strong> menu from the
- Structure view. This menu works in the same way as the <strong>Types</strong>
- menu: put the cursor at the desired position and choose the element type from
- the <strong>Structure</strong> menu.</p>
-
- <p>The <strong>Structure</strong> menu also enables you to create comments,
- using <strong>Comments</strong>. Comments are shown only in the Structure
- view, but they can be inserted at any position in the document.</p>
-
- <h2>Generated elements</h2>
-
- <p>Some HTML elements are constituted by several other elements of different
- types. For instance, a table usually contains a caption
- (<code>CAPTION</code>), several rows (<code>TR</code>), and several cells
- (<code>TD</code> or <code>TH</code>) in each row.</p>
-
- <p>When Amaya creates such elements, it also creates their components. A
- table is created with a caption and a row containing a single cell. The
- insertion point is placed automatically in the first of these components. You
- can enter the content of that component immediately or later. You can move to
- the next (empty) component with the mouse or with the arrow keys.</p>
-
- <h2>See Also</h2>
- <ul>
- <li><a href="../editing_documents/creating_new_documents.html">Creating New
- Documents</a></li>
- <li><a href="buttons_and_types_menu.html">Buttons and Types Menu</a></li>
- <li><a href="../HTML-elements/infoTypes.html">Information types in
- HTML</a></li>
- </ul>
- </div>
- </body>
- </html>
-